Auto merge of #3280 - alexcrichton:test-features, r=brson
authorbors <bors@rust-lang.org>
Fri, 11 Nov 2016 00:20:48 +0000 (16:20 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2016 00:20:48 +0000 (16:20 -0800)
commit48f8f547f1722604a3c0430d1d9c504b062c0177
treef3048998bcb545ed20bd6e62f00286994c212043
parentbe0873ccf3f99a4458a1b7de646b2dcee1506453
parentd21cb9a86a38a9d935b99c6f03c6fd116760a07e
Auto merge of #3280 - alexcrichton:test-features, r=brson

Fix passing --features when testing multiple packages

The wrong method was being passed to resolution accidentally. Features specified
via `--features` and `--no-default-features` are spec'd as only applying to the
*current* package, not all packages.

Closes #3279